home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / NewsFlash - Issue 07 (1990-01)(UGA - 17-Bit Software)(Disk 1 of 2)[a].zip / NewsFlash - Issue 07 (1990-01)(UGA - 17-Bit Software)(Disk 1 of 2)[a].adf / prog / resmon.doc < prev    next >
Text File  |  1988-01-19  |  3KB  |  95 lines

  1. ResMon V0.87 Pre-Release by STAGE 1989 (a member of The Future Boys .TFB. )
  2. ---------------------------------------------------------------------------
  3.  
  4.  
  5.  
  6. 1. General Informations:
  7. ---------------------------------------------------------------------------
  8.  
  9. The monitor has a full-screen-editor like the Mon from SCA, but allows
  10. scroll up'n'down, like you maybe have seen it on the C64 with some cartridg-
  11. es. Ascii Edit is realized in that way, Hex dump will also be included with
  12. this kind of editor and Disassembler (?).....
  13.  
  14. Example:
  15. You want to see the memory at $40000 (maybe there is a scrolltext to change)
  16.  
  17. type <a40000>
  18.  
  19. Now the Mon will display the dump of $40000 with 64 chars per line...
  20. You can now change the scrolltext (or what else) press return...
  21. The monitor will now show you the first 64 bytes after the startaddress....
  22. If the cursor is on the top or bottom end, the screen will scroll (oh no!!)
  23. and it displays the line above or beyond... Very hard to understand
  24.  
  25. To leave this mode of editing just press <shift-return>, and the cursor will
  26. set on column zero.
  27.  
  28. Attention: Disassembling doesn't scroll up !!!
  29.  
  30. Disk problems
  31. -------------
  32.  
  33. If you maybe have recognized, your amiga will display a requester, when you
  34. inserted a bad or unformated disk, when the disk is full etc...
  35.  
  36. Using my MON you will see nothing. I don't used a screen, for the MON, to
  37. get the highest scroll speed.
  38.  
  39. If the computer doesn't display any character you pressed, and you did a
  40. disk command before it might help to press <left amiga> <b> to cancel the
  41. invisible requester.
  42. <left amiga> <v> will select retry...
  43.  
  44. A bug ??? Not this way, but in this Dos (AmigaDos) its very hard to code
  45. such routines, that will stop the requester without pressing a key...
  46.  
  47. Command Summary
  48. ---------------
  49.  
  50. Commands included:
  51.  
  52. a <s>           Ascii dump
  53. d <s>           Disassemble   ... not finished ...
  54. m <s>           Hex dump      ... not included ...
  55. p <s>           Play Soundtracker routine in memory  (Master St Replay)
  56. L <f> <s>       Load some from disk (or tape ???)
  57. S <f> <s> <e>   Save some
  58. f <s> <e> <d>   Find some data in memory ... not included ...
  59. o <s> <e> <d>   Occupy memory with one-bytes
  60. ? <value>       Converter Hex<->Dec
  61. $ <d>           Directory
  62. x               Exit
  63. g <s>           Go to subrouting (jsr)
  64. w <s> <t> <n>   Write some tracks  ... not included ...
  65. r <s> <t> <n>   Read some tracks   ... not included ...
  66. B <s>           BootBlockCheckSum  ... not included ...
  67.  
  68.  
  69. <s>.............Start memory            <e>..........end memory
  70. <f>.............Filename                <d>..........Drive or pathname
  71. <d>.............Data                    <t>..........Starttrack
  72. <n>.............Number of ?
  73.  
  74. End of instructions
  75.  
  76.  
  77.  
  78. I hope you find my tool useful.
  79.  
  80.  
  81. If you want to contact me:
  82.                           STAGE       (don't write this)
  83.                           T. Wiesinger
  84.                           Haidfeldstraße 1
  85.                           A-4060  Leonding
  86.                           Austria
  87.  
  88. Final date and time ... 89-06-29   21:55:00 MESZ
  89.  
  90.  
  91. Bye for now!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  92.  
  93.  
  94.  
  95.